home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
PALEDIT-
/
SOURCE
/
DFP_PROT.H
< prev
next >
Wrap
Text File
|
1990-04-13
|
404b
|
33 lines
int DFPgetpal(
char *filename,
char *palette);
int DFPputpal(
char *filename,
char *palette,
int overwrite,
char *filemode);
int DFPaddpal(
char *filename,
char *palette);
int DFPnpals(
char *filename);
int DFPreadref(
char *filename,
uint16 ref);
int DFPwriteref(
char *filename,
uint16 ref);
int DFPrestart(void);
int DFPlastref(void);
DF *DFPIopen(
char *filename,
int access);